home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / LITTLE / TOOLKIT.ZIP / TOOLS / CACHE / XCACHE40.TXT < prev   
Encoding:
Text File  |  1996-12-20  |  543 b   |  24 lines

  1. xCACHE40.PRG
  2. ------------
  3.  
  4. These little programs simply turn the CPU caches on or off. You can
  5. place them in the auto folder if required - useful for getting around
  6. problems with the caches, HDDriver and SCSI drives. See troubleshooting
  7. guide for details.
  8.  
  9. ICACHE40.PRG:
  10.  
  11.  This enables only the instruction cache. The data cache is turned off.
  12.  
  13. DCACHE40.PRG:
  14.  
  15.  This enables only the data cache. The instruction cache is turned off.
  16.  
  17. BCACHE40.PRG:
  18.  
  19.  This enables both caches.
  20.  
  21. NCACHE40.PRG:
  22.  
  23.  This disables both caches.
  24.